home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / SALESRPT.XSN_1043 / currencies.xsd < prev    next >
Extensible Markup Language  |  2006-11-12  |  808b  |  26 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.     <xsd:element name="currencies">
  4.         <xsd:complexType>
  5.             <xsd:sequence>
  6.                 <xsd:element ref="currency" minOccurs="0" maxOccurs="unbounded" />
  7.             </xsd:sequence>
  8.         </xsd:complexType>
  9.     </xsd:element>
  10.     <xsd:element name="currency">
  11.         <xsd:complexType>
  12.             <xsd:simpleContent>
  13.                 <xsd:extension base="xsd:string">
  14.                     <xsd:attribute ref="name" />
  15.                     <xsd:attribute ref="symbol" />
  16.                     <xsd:attribute ref="display" />
  17.                 </xsd:extension>
  18.             </xsd:simpleContent>
  19.         </xsd:complexType>
  20.     </xsd:element>
  21.     <xsd:attribute name="name" type="xsd:string" />
  22.     <xsd:attribute name="symbol" type="xsd:string" />
  23.     <xsd:attribute name="display" type="xsd:string" />
  24. </xsd:schema>
  25.  
  26.